home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / オンラインソフト / オンラインソフト⁄毎号掲載 / 音楽,音声処理 / MIDIGraphy folder / MGPC folder / profile sources / QTMI.s < prev    next >
Text File  |  1996-10-14  |  3KB  |  129 lines

  1. //
  2. // MG Profile Compiler sample source file
  3. // Copyright (c) 1995-96 TONTATA. 
  4. //
  5.  
  6. FILE($PROFFOLDER$ "QTMI Profile"){
  7.     /*************************************** deffinition of 'vers' */
  8. #include    "version.s"
  9.     /*************************************** deffinition of 'Exdf' */
  10.     /*************************************** deffinition of 'Midi' */
  11.     /*************************************** deffinition of 'PNam' */
  12.     PNam("QTMI sound set"){
  13.         /*  1*/    "00:Acoustic Grand Piano",
  14.         /*  5*/    "04:Rhodes Piano",
  15.         /*  7*/    "06:Harpsichord",
  16.         /*  8*/    "07:Clavinet",
  17.         /* 12*/    "0B:Vibraphone",
  18.         /* 13*/    "0C:Marimba",
  19.         /* 16*/    "0F:Dulcimer",
  20.         /* 17*/    "10:Hammond Organ",
  21.         /* 21*/    "14:Reed Organ",
  22.         /* 25*/    "18:Acoustic Nylon Guitar",
  23.         /* 29*/    "1C:Electric Guitar Muted",
  24.         /* 31*/    "1E:Distortion Guitar",
  25.                 "-",
  26.         /* 34*/    "21:Electric Bass Fingered",
  27.         /* 37*/    "24:Slap Bass 1",
  28.         /* 41*/    "28:Violin",
  29.         /* 46*/    "2D:Pizzicato Strings",
  30.         /* 47*/    "2E:Orchestral Harp",
  31.         /* 48*/    "2F:Timpani",
  32.         /* 49*/    "30:Acoustic String Ensemble",
  33.         /* 50*/    "31:Acoustic String Ensemble 2",
  34.         /* 53*/    "34:Aah Choir",
  35.         /* 55*/    "36:SynthVox",
  36.         /* 56*/    "37:Orchestra Hit",
  37.         /* 57*/    "38:Trumpet",
  38.         /* 61*/    "3C:French Horn",
  39.                 "-",
  40.         /* 66*/    "41:Alto Sax",
  41.         /* 69*/    "44:Oboe",
  42.         /* 72*/    "47:Clarinet",
  43.         /* 74*/    "49:Flute",
  44.         /* 76*/    "4B:Pan flute",
  45.         /* 79*/    "4E:Whistle",
  46.         /* 80*/    "4F:Ocarina",
  47.         /* 81*/    "50:Square Wave",
  48.         /* 82*/    "51:Saw Wave",
  49.         /* 87*/    "56:5th Saw Wave",
  50.         /* 88*/    "57:Bass & Lead",
  51.         /* 89*/    "58:Fantasy",
  52.         /* 90*/    "59:Warm",
  53.         /* 91*/    "5A:Polysynth",
  54.         /* 93*/    "5C:Bowed",
  55.         /* 94*/    "5D:Metal",
  56.                 "-",
  57.         /* 99*/    "62:Crystal",
  58.         /*100*/    "63:Atmosphere",
  59.         /*101*/    "64:Brightness",
  60.         /*103*/    "66:Echoes",
  61.         /*105*/    "68:Sitar",
  62.         /*106*/    "69:Banjo",
  63.         /*108*/    "6B:Koto",
  64.         /*113*/    "70:Tinkle Bell",
  65.         /*114*/    "71:Agogo",
  66.         /*115*/    "72:Steel Drums",
  67.         /*118*/    "75:Melodic Tom",
  68.         /*120*/    "77:Reverse Cymbal",
  69.         /*121*/    "78:Guitar Fret Noise",
  70.         /*123*/    "7A:Seashore",
  71.         /*124*/    "7B:Bird Tweet",
  72.         /*125*/    "7C:Telephone Ring",
  73.         /*126*/    "7D:Helicopter",
  74.         /*127*/    "7E:Applause",
  75.         /*128*/    "7F:Gunshot"
  76.     };
  77.  
  78.     /*************************************** deffinition of 'NNam' */
  79.     NNam("QTMI percussion map"){
  80.         "23:acoustic bass drum",
  81.         "24:bass drum 1",
  82.         "25:side stick",
  83.         "26:acoustic snare",
  84.         "27:hand clap",
  85.         "28:electric snare",
  86.         "29:Low floor tom",
  87.         "2A:closed hi-hat",
  88.         "2B:high floor tom",
  89.         "2C:pedal hi-hat",
  90.         "2D:low tom",
  91.         "2E:open hi-hat",
  92.         "2F:low mid tom",
  93.         "30:hi-mid tom",
  94.         "31:crash cymbal 1",
  95.         "32:high tom",
  96.         "33:ride cymbal 1",
  97.         "34:chinese cymbal",
  98.         "35:ride bell",
  99.         "36:tambourine",
  100.         "37:splash cymbal",
  101.         "38:cowbell",
  102.         "39:crash cymbal 2",
  103.         "3A:vibraslap",
  104.         "3B:ride cymbal 2",
  105.         "3C:hi bongo",
  106.         "3D:low bongo",
  107.         "3E:mute hi conga",
  108.         "3F:open hi conga",
  109.         "40:low conga",
  110.         "41:high timbale",
  111.         "42:low timbale",
  112.         "43:high agogo",
  113.         "44:low agogo",
  114.         "45:cabassa",
  115.         "46:maracas",
  116.         "47:short whistle",
  117.         "48:long whistle",
  118.         "49:short guiro",
  119.         "4A:long guiro",
  120.         "4B:claves",
  121.         "4C:hi wood block",
  122.         "4D:low wood block",
  123.         "4E:mute cuica",
  124.         "4F:open cuica",
  125.         "50:mute triangle",
  126.         "51:open triangle",
  127.     };
  128. };
  129.